In embedded systems, a board support package (BSP) is implementation specific support code for a given (device motherboard) board that conforms to a given operating system. It is commonly built with a bootloader that contains the minimal device support to load the operating system and device drivers for all the devices on the board.
Some suppliers also provide a root file system, a toolchain for making programs to run on the embedded system (which would be part of the architecture support package), and configurators for the devices (while running).
This term has been in use since about 1988 when VRTX used the term. The origin of the phrase is most commonly attributed to Wind River Systems for its VxWorks embedded operating system because of its extensive device driver offerings, but it is in wider use in the industry now. For example, QNX Software Systems also distributes BSPs, as does Microsoft (for its Windows CE operating system).
The Wind River board support package for the ARM Integrator 920T board contains, among other things, the following elements:
Additionally the BSP is supposed to perform the following operations